home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if not exist doom2.exe goto loaderror
- if "%1"=="" goto syntax
- doom2 -file zwieback.wad -warp 2 -skill %1 %2 %3 %4 %5
- cls
- echo Cool eh?
- goto end
-
- :syntax
- cls
- echo Sytnax: ZWIEBACK [Difficulty Setting (1-5)] [... your problem]
- goto end
-
- :loaderror
- cls
- echo You must start me in your DOOM2 directory!
-
- :end
- echo.